home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / s342q07.lha / sysutil.h < prev    next >
C/C++ Source or Header  |  1993-07-13  |  415b  |  9 lines

  1. void getUtilDate ( int *year , int *month , int *day , int *hours , int *minutes );
  2. void getRawDate ( int *year , int *month , int *day , int *hours , int *minutes , int *seconds , int *milli );
  3. int strCmpU ( char s[], char  t[]);
  4. int UtilGetch ( void );
  5. int NEUtilGetch ( void );
  6. FILE *safeopen ( char *name , char *mode );
  7. char *LastOn ( long lastdate , char shortstyle );
  8. void civTime(int *hours, char **which);
  9.